github.com/klauspost/compress/flate.huffmanDecoder.maxRead (field)
17 uses
github.com/klauspost/compress/flate (current package)
inflate.go#L105: maxRead int // the maximum number of bits we can read and not overread
inflate.go#L126: if h.maxRead != 0 {
inflate.go#L178: h.maxRead = min
inflate.go#L571: if f.h1.maxRead < f.bits[endBlockMarker] {
inflate.go#L572: f.h1.maxRead = f.bits[endBlockMarker]
inflate.go#L578: f.h1.maxRead += 10
inflate.go#L711: n := uint(h.maxRead)
inflate_gen.go#L46: n := uint(f.hl.maxRead)
inflate_gen.go#L155: n := uint(f.hd.maxRead)
inflate_gen.go#L297: n := uint(f.hl.maxRead)
inflate_gen.go#L406: n := uint(f.hd.maxRead)
inflate_gen.go#L548: n := uint(f.hl.maxRead)
inflate_gen.go#L657: n := uint(f.hd.maxRead)
inflate_gen.go#L799: n := uint(f.hl.maxRead)
inflate_gen.go#L908: n := uint(f.hd.maxRead)
inflate_gen.go#L1050: n := uint(f.hl.maxRead)
inflate_gen.go#L1159: n := uint(f.hd.maxRead)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |